home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 21 / AACD 21.iso / AACD / Utilities / Help / locale / help / english / sys / break.doc < prev    next >
Encoding:
Text File  |  2000-10-06  |  1.2 KB  |  47 lines

  1. BREAK
  2.  
  3. Sets attention flags in the specified process.
  4.  
  5. Format
  6.  
  7. BREAK <process> [ALL | C | D | E | F]
  8.  
  9. Template
  10.  
  11. PROCESS/A/N,ALL/S,C/S,D/S,E/S,F/S
  12.  
  13. Location
  14.  
  15. C:
  16.  
  17. BREAK sets the specified attention flags in the <process> indicated. Use the
  18. STATUS command to display the current process numbers. C sets the Ctrl+C
  19. flag, D sets the Ctrl+D flag, and so on, ALL sets all the flags from Ctrl+C
  20. to Ctrl+F. By default, only the Ctrl+C flag is set.
  21.  
  22. BREAK acts the same as selecting the relevant process by clicking in its
  23. window and pressing the appropriate Ctrl+key combinations.
  24.  
  25. Ctrl+C is the default for sending a BREAK signal to halt a process. A process
  26. that has been aborted this way displays ***Break in the Shell window. Ctrl+D
  27. halts execution of a script file. The STATUS command displays the current
  28. process numbers. Ctrl+E is undefined.
  29.  
  30. Ctrl+F is used by programs that open windows to activate their window and
  31. bring it to the front of all windows. Not all programs respond to Ctrl+F.
  32.  
  33. Example 1:
  34.  
  35. 1> BREAK 7
  36.  
  37. sets the Ctrl+C attention flag of process 7. This is the same as selecting
  38. process 7 and pressing Ctrl+C.
  39.  
  40. Example 2:
  41.  
  42. 1> BREAK 5 D
  43.  
  44. sets the Ctrl+D attention flag of process 5.
  45.  
  46. See also: STATUS
  47.